Scientific notation

Scientific notation is a way of writing numbers that are too large or too small to be conveniently written in standard decimal notation. Scientific notation has a number of useful properties and is commonly used in calculators and by scientists, mathematicians, doctors, and engineers.

In scientific notation all numbers are written in the form of

a \times 10^b

(a times ten raised to the power of b), where the exponent b is an integer, and the coefficient a is any real number (however, see normalized notation below), called the significand or mantissa. The term "mantissa" may cause confusion, however, because it can also refer to the fractional part of the common logarithm. If the number is negative then a minus sign precedes a (as in ordinary decimal notation).

Standard decimal notation Normalized scientific notation
300 3×102
4,000 4×103
-53,000 −5.3×104
6,720,000,000 6.72×109
0.000 000 007 51 7.51×10−9

Contents

Engineering notation

Engineering notation differs from normalized scientific notation in that the exponent b is restricted to multiples of 3. Consequently, the absolute value of a is in the range 1 ≤ |a| < 1000, rather than 1 ≤ |a| < 10. Though similar in concept, engineering notation is rarely called scientific notation. This allows the numbers to explicitly match their corresponding SI prefixes, which facilitates reading and oral communication. For example, 12.5×10−9 m can be read as "twelve-point-five nanometers" or written as 12.5 nm, while its scientific notation counterpart 1.25×10−8 m would likely be read out as "one-point-two-five times ten-to-the-negative-eighth meters".

Significant figures

A significant figure is a digit in a number that adds to its prescision. This includes all nonzero numbers, zeroes between significant digits, and zeroes indicated to be significant. Leading and trailing zeroes are not significant because they exist only to show the scale of the number. Therefore, 1,230,400 has five significant figures - 1, 2, 3, 0, and 4; the two zeroes serve only as placeholders and add no precision to the number.

When a number is converted into normalized scientific notation, it is scaled down to a number between 1 and 10. All of the significant digits remain, but all of the placeholding zeroes are incorporated into the exponent. Following these rules, 1,230,400 becomes 1.2304 x 106.

Ambiguity of the last digit in scientific notation

It is customary in scientific measurements to record all the significant digits from the measurements, and to guess one additional digit if there is any information at all available to the observer to make a guess. The resulting number is considered more valuable than it would be without that extra digit, and it is considered a significant digit because it contains some information leading to greater precision in measurements and in aggregations of measurements (adding them or multiplying them together).

Additional information about precision can be conveyed through additional notations. In some cases, it may be useful to know how exact the final significant digit is. For instance, the accepted value of the unit of elementary charge can properly be expressed as 1.602176487(40)×10−19 C,[1] which is shorthand for 1.602176487±0.000000040×10−19 C.

E notation

Most calculators and many computer programs present very large and very small results in scientific notation. Because superscripted exponents like 107 cannot always be conveniently represented, the letter E or e is often used to represent times ten raised to the power of (which would be written as "x 10b") and is followed by the value of the exponent. Note that in this usage the character e is not related to the mathematical constant e or the exponential function ex (a confusion that is less likely with capital E); and though it stands for exponent, the notation is usually referred to as (scientific) E notation or (scientific) e notation, rather than (scientific) exponential notation (though the latter also occurs).

Examples and alternatives

Order of magnitude

Scientific notation also enables simpler order-of-magnitude comparisons. A proton's mass is 0.0000000000000000000000000016726 kg. If written as 1.6726×10−27 kg, it is easier to compare this mass with that of an electron, given below. The order of magnitude of the ratio of the masses can be obtained by comparing the exponents instead of the more error-prone task of counting the leading zeros. In this case, −27 is larger than −31 and therefore the proton is roughly four orders of magnitude (about 10000 times) more massive than the electron.

Scientific notation also avoids misunderstandings due to regional differences in certain quantifiers, such as billion, which might indicate either 109 or 1012.

Use of spaces

In normalized scientific notation, in E notation, and in engineering notation, the space (which in typesetting may be represented by a normal width space or a thin space) that is allowed only before and after "×" or in front of "E" or "e" is sometimes omitted, though it is less common to do so before the alphabetical character.[7]

Examples

Using scientific notation

Converting

To convert from ordinary decimal notation to scientific notation, move the decimal separator the desired number of places to the left or right, so that the significand will be in the desired range (between 1 and 10 for the normalized form). If you moved the decimal point n places to the left then multiply by 10n; if you moved the decimal point n places to the right then multiply by 10n. For example, starting with 1230000, move the decimal point six places to the left yielding 1.23, and multiply by 106, to give the result 1.23×106. Similarly, starting with 0.000000456, move the decimal point seven places to the right yielding 4.56, and multiply by 10−7, to give the result 4.56×10−7.

If the decimal separator did not move then the exponent multiplier is logically 100, which is correct since 100 = 1. However, the exponent part "× 100" is normally omitted, so, for example, 1.234×100 is just written as 1.234.

To convert from scientific notation to ordinary decimal notation, take the significand and move the decimal separator by the number of places indicated by the exponent—left if the exponent is negative, or right if the exponent is positive. Add leading or trailing zeroes as necessary. For example, given 9.5 × 1010, move the decimal point ten places to the right to yield 95000000000.

Conversion between different scientific notation representations of the same number is achieved by performing opposite operations of multiplication or division by a power of ten on the significand and the exponent parts. The decimal separator in the significand is shifted n places to the left (or right), corresponding to division (multiplication) by 10n, and n is added to (subtracted from) the exponent, corresponding to a canceling multiplication (division) by 10n. For example:

1.234×103 = 12.34×102 = 123.4×101 = 1234

Basic operations

Given two numbers in scientific notation,

x_0=a_0\times10^{b_0}

and

x_1=a_1\times10^{b_1}

Multiplication and division are performed using the rules for operation with exponential functions:

x_0 x_1=a_0 a_1\times10^{b_0%2Bb_1}

and

\frac{x_0}{x_1}=\frac{a_0}{a_1}\times10^{b_0-b_1}

Some examples are:

5.67\times10^{-5} \times 2.34\times10^2 \approx 13.3\times10^{-3} = 1.33\times10^{-2}

and

\frac{2.34\times10^2}{5.67\times10^{-5}}  \approx 0.413\times10^{7} = 4.13\times10^6

Addition and subtraction require the numbers to be represented using the same exponential part, so that the significand can be simply added or subtracted. :x_1 = c \times10^{b_0}

Next, add or subtract the significands:

x_0 \pm x_1=(a_0\pm c)\times10^{b_0}

An example:

2.34\times10^{-5} %2B 5.67\times10^{-6} = 2.34\times10^{-5} %2B 0.567\times10^{-5} \approx 2.91\times10^{-5}

See also

Notes and references

External links